Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore(deps): Bump the mobile group across 1 directory with 18 updates #1069

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 20, 2024

Bumps the mobile group with 18 updates in the /frontend/mobile directory:

Package From To
@10play/tentap-editor 0.5.2 0.5.6
@tanstack/react-query 5.44.0 5.45.1
expo 51.0.11 51.0.14
expo-dev-client 4.0.15 4.0.18
expo-router 3.5.15 3.5.16
react-hook-form 7.51.5 7.52.0
react-native-calendars-sac 1.22.22 1.22.261
react-native-gesture-handler 2.16.2 2.17.0
react-native-maps 1.14.0 1.15.6
react-native-reanimated 3.11.0 3.12.1
react-native-safe-area-context 4.10.1 4.10.5
react-native-screens 3.31.1 3.32.0
react-native-svg 15.2.0 15.3.0
react-native-webview 11.26.1 13.10.3
@types/react 18.2.79 18.3.3
eslint 8.57.0 9.5.0
prettier 3.3.1 3.3.2
typescript 5.3.3 5.5.2

Updates @10play/tentap-editor from 0.5.2 to 0.5.6

Release notes

Sourced from @​10play/tentap-editor's releases.

Release 0.5.6

0.5.6 (2024-06-18)

Bug Fixes

  • open example menu by default (eba3d69)

Release 0.5.5

0.5.5 (2024-06-16)

Bug Fixes

Release 0.5.4

0.5.4 (2024-06-16)

Bug Fixes

Release 0.5.3

0.5.3 (2024-06-13)

Bug Fixes

Commits
  • fb4754b chore: release 0.5.6 [skip ci]
  • e12f597 Merge pull request #136 from 10play/open-example-menu-by-default
  • eba3d69 fix: open example menu by default
  • 3b1c363 chore: release 0.5.5 [skip ci]
  • 46264dd Merge pull request #134 from 10play/fix-advanced-doc
  • d4ba102 fix: add link to plans
  • d7b3b9c chore: release 0.5.4 [skip ci]
  • c14058a Merge pull request #125 from 10play/fix-advanced-doc
  • e25ac3d fix: add mention gif
  • 3387828 fix: add pro examples
  • Additional commits viewable in compare view

Updates @tanstack/react-query from 5.44.0 to 5.45.1

Release notes

Sourced from @​tanstack/react-query's releases.

v5.45.1

Version 5.45.1 - 6/16/2024, 8:16 PM

Changes

Refactor

  • react-query: improve type inference for useSuspenseQueries with skipToken (#7564) (77a7b286) by GwanSik Kim

Docs

  • fix grammar mistake on migrating-to-v5.md (#7556) (8d69ef49) by Paul Ashioya

Packages

  • @​tanstack/react-query@​5.45.1
  • @​tanstack/react-query-devtools@​5.45.1
  • @​tanstack/react-query-persist-client@​5.45.1
  • @​tanstack/react-query-next-experimental@​5.45.1

v5.45.0

Version 5.45.0 - 6/12/2024, 12:35 PM

Changes

Feat

  • hydrate.transformPromise (#7538) (9a030b64) by Julius Marminge

Docs

Packages

  • @​tanstack/query-core@​5.45.0
  • @​tanstack/query-broadcast-client-experimental@​5.45.0
  • @​tanstack/query-persist-client-core@​5.45.0
  • @​tanstack/query-sync-storage-persister@​5.45.0
  • @​tanstack/react-query@​5.45.0
  • @​tanstack/react-query-devtools@​5.45.0
  • @​tanstack/react-query-persist-client@​5.45.0
  • @​tanstack/react-query-next-experimental@​5.45.0
  • @​tanstack/solid-query@​5.45.0
  • @​tanstack/solid-query-devtools@​5.45.0
  • @​tanstack/solid-query-persist-client@​5.45.0
  • @​tanstack/svelte-query@​5.45.0
  • @​tanstack/svelte-query-devtools@​5.45.0
  • @​tanstack/svelte-query-persist-client@​5.45.0
  • @​tanstack/vue-query@​5.45.0

... (truncated)

Commits
  • 80a0322 release: v5.45.1
  • 77a7b28 refactor(react-query): improve type inference for useSuspenseQueries with ski...
  • ac8f48a release: v5.45.0
  • See full diff in compare view

Updates expo from 51.0.11 to 51.0.14

Changelog

Sourced from expo's changelog.

51.0.14 - 2024-06-13

This version does not introduce any user-facing changes.

51.0.13 - 2024-06-12

This version does not introduce any user-facing changes.

51.0.12 - 2024-06-10

This version does not introduce any user-facing changes.

Commits

Updates expo-dev-client from 4.0.15 to 4.0.18

Changelog

Sourced from expo-dev-client's changelog.

4.0.18 - 2024-06-13

This version does not introduce any user-facing changes.

4.0.17 - 2024-06-12

This version does not introduce any user-facing changes.

4.0.16 - 2024-06-10

This version does not introduce any user-facing changes.

Commits

Updates expo-router from 3.5.15 to 3.5.16

Changelog

Sourced from expo-router's changelog.

3.5.16 - 2024-06-10

💡 Others

Commits

Updates react-hook-form from 7.51.5 to 7.52.0

Release notes

Sourced from react-hook-form's releases.

v7.52.0

⚛️ close #11932 enable react 19 peer dependency (#11935) 👮‍♀️ close #11954 getFieldState remove unnessaried inValidating and touched subscription (#11995) 🐞 fix #11985 logic createFormControl check field before usage (#11986) ⌨️ fix: enforce type safety for deps property in RegisterOptions (#11969) 🐞 fix #11922 keep dirty on reset with dirty fields (#11958) 🚔 close #11937 add validation in the cleanup process in useController (#11938) Revert "⌨️ close: correct type of error field in getFieldState return object (#11831)" 📖 fix: change info.values type in WatchObserver (#11917)

thanks to @​nakaakist, @​IdoBouskila, @​pincy and @​peinguin

Commits

Updates react-native-calendars-sac from 1.22.22 to 1.22.261

Commits

Updates react-native-gesture-handler from 2.16.2 to 2.17.0

Release notes

Sourced from react-native-gesture-handler's releases.

2.17.0

❗ Important changes

👍 Improvements

🐛 Bug fixes

🔢 Miscellaneous

... (truncated)

Commits

Updates react-native-maps from 1.14.0 to 1.15.6

Release notes

Sourced from react-native-maps's releases.

v1.15.6

1.15.6 (2024-05-30)

Bug Fixes

v1.15.5

1.15.5 (2024-05-30)

Bug Fixes

  • android: UIManagerModule fix for Bridgeless 0.74 (#5061) (f194f99)

v1.15.4

1.15.4 (2024-05-25)

Bug Fixes

  • ios: resolve issue with Pods installation (#5065) (9992c36)

v1.15.3

1.15.3 (2024-05-24)

Bug Fixes

  • android: move package namespace from Manifest to gradle (d4916bb)

v1.15.2

1.15.2 (2024-05-20)

Bug Fixes

  • use initialProps to set zoomTapEnabled in google-maps-ios (#5059) (524194f)

  • Include Apple privacy manifest (#5007)

  • fix working example with Fabric Enabled

v1.15.1

... (truncated)

Changelog

Sourced from react-native-maps's changelog.

1.15.6 (2024-05-30)

Bug Fixes

1.15.5 (2024-05-30)

Bug Fixes

  • android: UIManagerModule fix for Bridgeless 0.74 (#5061) (f194f99)

1.15.4 (2024-05-25)

Bug Fixes

  • ios: resolve issue with Pods installation (#5065) (9992c36)

1.15.3 (2024-05-24)

Bug Fixes

  • android: move package namespace from Manifest to gradle (d4916bb)

1.15.2 (2024-05-20)

Bug Fixes

  • use initialProps to set zoomTapEnabled in google-maps-ios (#5059) (524194f)

1.15.1 (2024-05-05)

Bug Fixes

1.15.0 (2024-05-04)

Features

  • ios: Add possibility to use both MKMarkerAnnotationView and MKPinAnnotationView (#5005) (6e4f49e)
Commits
  • da11dd6 chore(release): 1.15.6 [skip ci]
  • 9f458d9 fix(iOS): iOS PrivacyInfo fix (#5078)
  • 128dd07 chore(release): 1.15.5 [skip ci]
  • f194f99 fix(android): UIManagerModule fix for Bridgeless 0.74 (#5061)
  • 9674584 chore(release): 1.15.4 [skip ci]
  • 9992c36 fix(ios): resolve issue with Pods installation (#5065)
  • a3eff28 * fix(iOS): example working with react-native 0.74.1 (#5066)
  • c00bd81 chore(release): 1.15.3 [skip ci]
  • d4916bb fix(android): move package namespace from Manifest to gradle
  • e565159 chore(release): 1.15.2 [skip ci]
  • Additional commits viewable in compare view

Updates react-native-reanimated from 3.11.0 to 3.12.1

Release notes

Sourced from react-native-reanimated's releases.

3.12.1

Full Changelog: software-mansion/react-native-reanimated@3.12.0...3.12.1

3.12.0

What's Changed

Features

Fixes

Improvements

Internal Changes

New Contributors

@​antFrancon, @​JDMathew, @​thomas-rx, @​exploIF

🙌 Thank you for your contributions!

Full Changelog: software-mansion/react-native-reanimated@3.11.0...3.12.0

Package build: https://github.com/software-mansion/react-native-reanimated/actions/runs/9287839734

Commits

Updates react-native-safe-area-context from 4.10.1 to 4.10.5

Release notes

Sourced from react-native-safe-area-context's releases.

Release 4.10.5

4.10.5 (2024-06-17)

Bug Fixes

  • Fix safeareaview on new arch (ce8aa20)

Release 4.10.4

4.10.4 (2024-06-04)

  • add rsc support (#502)

Release 4.10.3

4.10.3 (2024-05-30)

Bug Fixes

Release 4.10.2

4.10.2 (2024-05-30)

Bug Fixes

  • using edge modes on web (8b5d629)
Commits

Updates react-native-screens from 3.31.1 to 3.32.0

Release notes

Sourced from react-native-screens's releases.

3.32.0

Minor release aimed at bugfixing & internal refactorings, however not lacking few nice new features, enjoy 🎉

What's Changed

👍 Improvements

🐛 Bug fixes

🔢 Miscellaneous

Bumps the mobile group with 18 updates in the /frontend/mobile directory:

| Package | From | To |
| --- | --- | --- |
| [@10play/tentap-editor](https://github.com/10play/10Tap-Editor) | `0.5.2` | `0.5.6` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.44.0` | `5.45.1` |
| [expo](https://github.com/expo/expo/tree/HEAD/packages/expo) | `51.0.11` | `51.0.14` |
| [expo-dev-client](https://github.com/expo/expo/tree/HEAD/packages/expo-dev-client) | `4.0.15` | `4.0.18` |
| [expo-router](https://github.com/expo/expo/tree/HEAD/packages/expo-router) | `3.5.15` | `3.5.16` |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.51.5` | `7.52.0` |
| [react-native-calendars-sac](https://github.com/wix/react-native-calendars) | `1.22.22` | `1.22.261` |
| [react-native-gesture-handler](https://github.com/software-mansion/react-native-gesture-handler) | `2.16.2` | `2.17.0` |
| [react-native-maps](https://github.com/react-native-maps/react-native-maps) | `1.14.0` | `1.15.6` |
| [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated) | `3.11.0` | `3.12.1` |
| [react-native-safe-area-context](https://github.com/th3rdwave/react-native-safe-area-context) | `4.10.1` | `4.10.5` |
| [react-native-screens](https://github.com/software-mansion/react-native-screens) | `3.31.1` | `3.32.0` |
| [react-native-svg](https://github.com/react-native-community/react-native-svg) | `15.2.0` | `15.3.0` |
| [react-native-webview](https://github.com/react-native-webview/react-native-webview) | `11.26.1` | `13.10.3` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.79` | `18.3.3` |
| [eslint](https://github.com/eslint/eslint) | `8.57.0` | `9.5.0` |
| [prettier](https://github.com/prettier/prettier) | `3.3.1` | `3.3.2` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.3.3` | `5.5.2` |



Updates `@10play/tentap-editor` from 0.5.2 to 0.5.6
- [Release notes](https://github.com/10play/10Tap-Editor/releases)
- [Commits](10play/10tap-editor@v0.5.2...v0.5.6)

Updates `@tanstack/react-query` from 5.44.0 to 5.45.1
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.45.1/packages/react-query)

Updates `expo` from 51.0.11 to 51.0.14
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo)

Updates `expo-dev-client` from 4.0.15 to 4.0.18
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-dev-client/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-dev-client)

Updates `expo-router` from 3.5.15 to 3.5.16
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-router/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-router)

Updates `react-hook-form` from 7.51.5 to 7.52.0
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases)
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md)
- [Commits](react-hook-form/react-hook-form@v7.51.5...v7.52.0)

Updates `react-native-calendars-sac` from 1.22.22 to 1.22.261
- [Release notes](https://github.com/wix/react-native-calendars/releases)
- [Changelog](https://github.com/wix/react-native-calendars/blob/master/CHANGELOG.md)
- [Commits](https://github.com/wix/react-native-calendars/commits)

Updates `react-native-gesture-handler` from 2.16.2 to 2.17.0
- [Release notes](https://github.com/software-mansion/react-native-gesture-handler/releases)
- [Commits](software-mansion/react-native-gesture-handler@2.16.2...2.17.0)

Updates `react-native-maps` from 1.14.0 to 1.15.6
- [Release notes](https://github.com/react-native-maps/react-native-maps/releases)
- [Changelog](https://github.com/react-native-maps/react-native-maps/blob/master/CHANGELOG.md)
- [Commits](react-native-maps/react-native-maps@v1.14.0...v1.15.6)

Updates `react-native-reanimated` from 3.11.0 to 3.12.1
- [Release notes](https://github.com/software-mansion/react-native-reanimated/releases)
- [Commits](software-mansion/react-native-reanimated@3.11.0...3.12.1)

Updates `react-native-safe-area-context` from 4.10.1 to 4.10.5
- [Release notes](https://github.com/th3rdwave/react-native-safe-area-context/releases)
- [Commits](th3rdwave/react-native-safe-area-context@v4.10.1...v4.10.5)

Updates `react-native-screens` from 3.31.1 to 3.32.0
- [Release notes](https://github.com/software-mansion/react-native-screens/releases)
- [Commits](software-mansion/react-native-screens@3.31.1...3.32.0)

Updates `react-native-svg` from 15.2.0 to 15.3.0
- [Release notes](https://github.com/react-native-community/react-native-svg/releases)
- [Commits](software-mansion/react-native-svg@v15.2.0...v15.3.0)

Updates `react-native-webview` from 11.26.1 to 13.10.3
- [Release notes](https://github.com/react-native-webview/react-native-webview/releases)
- [Changelog](https://github.com/react-native-webview/react-native-webview/blob/master/.releaserc)
- [Commits](react-native-webview/react-native-webview@v11.26.1...v13.10.3)

Updates `@types/react` from 18.2.79 to 18.3.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `eslint` from 8.57.0 to 9.5.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.57.0...v9.5.0)

Updates `prettier` from 3.3.1 to 3.3.2
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.3.1...3.3.2)

Updates `typescript` from 5.3.3 to 5.5.2
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.3.3...v5.5.2)

---
updated-dependencies:
- dependency-name: "@10play/tentap-editor"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mobile
- dependency-name: "@tanstack/react-query"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mobile
- dependency-name: expo
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mobile
- dependency-name: expo-dev-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mobile
- dependency-name: expo-router
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mobile
- dependency-name: react-hook-form
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mobile
- dependency-name: react-native-calendars-sac
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mobile
- dependency-name: react-native-gesture-handler
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mobile
- dependency-name: react-native-maps
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mobile
- dependency-name: react-native-reanimated
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mobile
- dependency-name: react-native-safe-area-context
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mobile
- dependency-name: react-native-screens
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mobile
- dependency-name: react-native-svg
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mobile
- dependency-name: react-native-webview
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: mobile
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: mobile
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: mobile
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: mobile
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: mobile
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 20, 2024
@garrettladley garrettladley requested review from a team, DOOduneye and garrettladley and removed request for a team June 20, 2024 20:06
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 1, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jul 1, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/frontend/mobile/mobile-8821ba97da branch July 1, 2024 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants